Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS-7652 Load images during onboarding #3705

Merged
merged 6 commits into from
Aug 27, 2024

Conversation

tureck1y
Copy link
Collaborator

@tureck1y tureck1y commented Aug 24, 2024

Теперь будут загружаться картинки каждой из карт во время онбординга

TODO: Bump SDK

.store(in: &bag)
}

override func loadImage(supportsOnlineImage: Bool, cardId: String?, cardPublicKey: Data?) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Честно говоря не сильно понятно, зачем эта перегрузка, может добавляли, когда был дев режим для тестов. Проперти secondImage в целом не юзалось

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не помню точно, но скорее всего это для первого экрана онбординга, где 2 карточки было, чтобы анимированный переход делать от welcome к онбордингу или что-то такое)

@@ -329,19 +329,6 @@ class WalletOnboardingViewModel: OnboardingViewModel<WalletOnboardingStep, Onboa
subscribeToScreenshots()
}

private func loadImageForRestoredbackup(cardId: String, cardPublicKey: Data) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не использовалось

@tureck1y tureck1y marked this pull request as ready for review August 24, 2024 14:48
@tureck1y tureck1y requested a review from a team as a code owner August 24, 2024 14:48
Balashov152
Balashov152 previously approved these changes Aug 27, 2024
Andoran90
Andoran90 previously approved these changes Aug 27, 2024
.store(in: &bag)
}

override func loadImage(supportsOnlineImage: Bool, cardId: String?, cardPublicKey: Data?) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не помню точно, но скорее всего это для первого экрана онбординга, где 2 карточки было, чтобы анимированный переход делать от welcome к онбордингу или что-то такое)

@tureck1y tureck1y merged commit e6382b3 into develop Aug 27, 2024
2 checks passed
@tureck1y tureck1y deleted the IOS-7652_load_onboarding_images branch August 27, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants